*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
.container{
	max-width: 1170px;
	margin: 0 auto;
}
body{
	font-family: 'DIN Pro', sans-serif;
	color:#1a1a1a;
	font-weight: 300;
	font-size: 16px;
}

section{
padding: 30px;
}
.header{
	background: url(../img/main-bg.jpg) top center no-repeat;
	background-size: cover;
	height: 80vh;
}
.header-block{
	width: 60%;
	text-align: right;
	padding-top: 20px;
	color:rgb(255, 255, 255);
	margin: 0 0 0 auto;

}
.header-title{
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 300;
	
	letter-spacing: 2px;
	margin: 15px auto;
	margin-top: 120px;
}
.header-tel {
    width: 100%;
    text-align: right;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}
.two-items-block{
	display: flex;
	width: 100%;
	text-align: center;
}
.two-items-block .one-item{
	font-size: 115px;
	font-weight: 500;
	line-height: 110px;
	letter-spacing: 3px;
	margin-right: 20px;
	width: 50%;
	text-align: right;
}
.sec-item{
	width: 50%;
}
.sec-item .above{
	font-size: 40px;
	line-height: 46px;
	margin: 0;
	text-align: left;
	
}
.sec-item .under{
	font-size: 70px;
	line-height: 70px;
	margin: 0;
	text-align: left;
	
}
.under-block p{
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 70px;
	text-align:center;
}
.header-btn{
	display: block;
	text-decoration: none;
	color:inherit;
	padding: 12px 35px;
	border:2px solid #fff;
	width: 160px;
	margin: 0 auto;
	font-size: 18px;
}
.header-btn{
	display: block;
	text-decoration: none;
	color:inherit;
	padding: 12px 35px;
	border:2px solid #fff;
	width: 160px;
	margin: 0 auto;
	font-size: 18px;
}
.header-btn:hover {
    display: block;
    text-decoration: none;
    color: #ceb5a2;
    padding: 12px 35px;
    background: #fff;
    border: 2px solid #ceb5a2;
    width: 160px;
    margin: 0 auto;
    font-size: 18px;
}
.catalog .title{
	font-size: 40px;
	text-align: center;
	position: relative;
}
.product-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.product-item{
	width: 30%;
	text-align: center;
	margin-left: 11%;
	margin-right: 5%;
	margin-bottom: 5%;
	position: relative;
	background: #fff;
}
.img-block{
	position: relative;

}
.img-block .new-span{
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 7px;
	border: 2px solid #262626;
	z-index: 50;

}
.price-block{
	font-size: 20px;
	font-weight: 400;
	margin: 10px 10px;
	
}
.price-block span{
		color:#969696;
	
	text-decoration: line-through;
	margin-left: 15px;
}

.desc{
	background: #fff;
}
.desc h4{
	margin: 5px;
}
.desc p{
	margin: 10px;
}
/* .product-item:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);

} */
.button-block {
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 30px;
    padding: 20px 0;
    padding-top: 0;
    bottom:-30px;

}
.card-button {
	width: 100%;
	
    text-transform: uppercase;
    padding: 5px 15px;
    text-align: center;
    border: none;
    background-color: #262626;
    color: #ffff;
    display: block;
    text-decoration: none;
	cursor: pointer;
	outline:none;
	transition:0.5s;
}
/*.product-item:hover .button-block {
	z-index: 99;
	bottom: -30px;

}*/
.benefits .title{

		font-size: 40px;
		text-align: center;
		position: relative;

}
.benef-block{
	display: flex;
}
.benef-item{
	margin-right: 20px;
	margin-left: 20px;
}
.benef-item .list{
	list-style-type: none;
	position: relative;
}
.benef-item .list li{
	font-size: 17px;
	margin-bottom: 20px;
	padding-left: 40px;
	background: url(../img/star.png) 0px 5px no-repeat;

}
.delivery .title{

	font-size: 40px;
	text-align: center;
	position: relative;

}
.del-block{
	display: flex;
}
.del-block .del-item{
	text-align: center;
	width: 33%;
}
.del-block .del-item p{
	margin: 0 auto;
	width: 150px;
}
.del-block .del-item img{

margin-bottom: 25px;
}
.reviews .title{

	font-size: 40px;
	text-align: center;
	position: relative;

}
.reviews p{
	font-size: 20px;
	text-align: center;
}
.reviews p span{
	font-weight: 600;
	font-size: 26px;
	color: #ffbf91;
}
.owl-prev, .owl-next {
    width: 44px;
    height: 54px;
    background-image: url(../img/slider__arrows.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -27px;
}
.owl-next {
    background-position: right center;
    right: 0;
}
.table-sect{
	padding: 0 30px 30px 30px;
}
.table-sect .title{
	margin-top: 0;
	font-size: 40px;
	text-align: center;
	position: relative;

}

.table-sect table {
    font-size: 13px;
    text-align: center;
    width: 50%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}
.table-sect table th, .table-sect table tr {
    line-height: 1.5rem;
}
.table-sect table tr:nth-child(odd) {
    background: #e2e2e2;
}
.table-sect table th {
    color: #fff;
    background: #e7c0a4;
    padding: 10px 0;
    font-weight: normal;
}

.popup{
	background: #fff;
	position: fixed;
	top:50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -200px;
	padding: 10px;
	width: 400px;
	transform:translateY(-300%);
	opacity: 0;
	transition: 0.4s;
	z-index: 100;
}

.popup .popup-modal{
	text-align: center;
	border: solid 4px #ceb4a5;
    
    padding: 10px 20px 30px;
}
.popup .close{
	margin: 0 0 0 auto;
	width: 25px;
	display: block;
	cursor: pointer;
}
.popup .popup-title {
    color: #272727;
    line-height: 30px;
    padding-top: 0px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "din_light", Calibri, Arial, sans-serif;
    text-shadow: 0px 1px 1px #6C6B6B;
}
.popup p {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 0 5px;
    border-bottom: solid 1px #056839;
}
.popup .field {
    background: #ffd5b48c;
    border: solid 1px #595959;
    box-shadow: inset 0 0px 5px #acacac;
    height: 38px;
    width: 90%;
    margin: 8px auto;
	padding-left: 45px;
	outline: none;
}
.popup .field[name="name"]{
	background-image: url(../img/icon-name.png);
    background-position: 15px center;
    background-repeat: no-repeat;
}
.popup .field[name="phone"]{
	background-image: url(../img/icon-phone.png);
    background-position: 15px center;
    background-repeat: no-repeat;
}
.popup  .popup-btn {
    display: block;
    text-decoration: none;
    color: #ceb5a2;
    padding: 10px 35px;
    background: #fff;
    border: 2px solid #ceb5a2;
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
}
.popup  .popup-btn:hover {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 35px;
    background: #ceb5a2;
    border: 2px solid #fff;
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
}
.activePopup{
	transform: translateY(0);
	opacity: 1;
}
@media screen and (max-width: 990px){
	.container{
		max-width: 770px;
	}
	.header {
		
		height: 70vh;
	}
	.header-block {
		
		padding-top: 100px;
		
	}
	.header-title {
		font-size: 32px;
	}
	.two-items-block .one-item {
		font-size: 90px;
		line-height: 90px;
	}
	.sec-item .above {
		font-size: 40px;
		line-height: 40px;
	}
	.sec-item .under {
		font-size: 55px;
		line-height: 55px;
	}
	.catalog .title {
		font-size: 32px;
	}
	.product-item {
		width: 31%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 5%;
	}
	.img-block .new-span {
		
		border: 1px solid #262626;
		font-size: 15px;
	}
	.benef-block{
		display: block;
	}
}
@media screen and (max-width: 770px){

	.container{
		max-width: 576px;
	}
	.header {
		
		height: 60vh;
	}
	.header-block {
		
		padding-top: 50px;
		
	}
	.header-title {
		font-size: 26px;
	}
	.two-items-block .one-item {
		font-size: 65px;
		line-height: 65px;
	}
	.sec-item .above {
		font-size: 30px;
		line-height: 30px;
	}
	.sec-item .under {
		font-size: 45px;
		line-height: 42px;
	}
	.product-item {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 6%;
	}
	.benef-item .list{
		list-style-type: none;
		position: relative;
		padding-left: 0;
	}
	.table-sect table {
		
		width: 70%;
	}
	


}
@media screen and (max-width: 576px){
	section{
		padding: 30px 15px;
	}
	.container{
		max-width: 320px;
	}
	.header {
		background: url(../img/main-bg-mob.jpg) center top / cover no-repeat;
		height: 60vh;
	}
	.header-block {
		width: 100%;
		padding-top: 30px;
		
	}
	.header-title {
		font-size: 26px;
		margin-top: 50px;
		text-align:center;
	}
	.two-items-block .one-item {
		font-size: 55px;
		line-height: 62px;
	}
	.sec-item .above {
		font-size: 26px;
		line-height: 26px;
	}
	.sec-item .under {
		font-size: 42px;
		line-height: 36px;
	}
	.product-item {
		width: 100%;
		margin-bottom: 20%;
		margin-left: 0;
		margin-right: 0;
	}
	.benef-item {
		margin-right: 5px;
		margin-left: 5px;
	}

	.benef-item .list li{
		font-size: 16px;
	}
	.del-block{
		display: flex;
		flex-direction: column;
	}
	.del-block .del-item{
		text-align: center;
		width: 100%;
		margin-bottom: 30px;
	}
	.table-sect table {
		
		width: 100%;
	}
	.popup{
		width: 320px;
		margin-left: -160px;
	}
	.popup .popup-title {
		color: #272727;
		font-size: 20px;
	}
	.product-item .button-block {
		z-index: 99;
		bottom: -30px;
	
	}
}